home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / ect32250.zip / ECTOOL32.EX_ / 0 / RCDATA / THEADERSDIALOG / THEADERSDIALOG.txt
Text File  |  1997-04-19  |  936b  |  48 lines

  1. object HeadersDialog: THeadersDialog
  2.   Left = 73
  3.   Top = 42
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Message Headers'
  7.   ClientHeight = 362
  8.   ClientWidth = 481
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Memo1: TMemo
  17.     Left = 8
  18.     Top = 8
  19.     Width = 465
  20.     Height = 321
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     Lines.Strings = (
  26.       'Memo1')
  27.     ParentFont = False
  28.     ReadOnly = True
  29.     ScrollBars = ssVertical
  30.     TabOrder = 0
  31.   end
  32.   object Button1: TButton
  33.     Left = 408
  34.     Top = 336
  35.     Width = 65
  36.     Height = 25
  37.     Caption = '&Ok'
  38.     Default = True
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ModalResult = 1
  44.     ParentFont = False
  45.     TabOrder = 1
  46.   end
  47. end
  48.